[SPARK-32451][R][TESTS] Pin Apache Arrow to 0.17.1 in GitHubAction/AppVeyor SparkR tests#29251
Closed
dongjoon-hyun wants to merge 3 commits intoapache:masterfrom
dongjoon-hyun:SPARK-ARROW-PIN
Closed
[SPARK-32451][R][TESTS] Pin Apache Arrow to 0.17.1 in GitHubAction/AppVeyor SparkR tests#29251dongjoon-hyun wants to merge 3 commits intoapache:masterfrom dongjoon-hyun:SPARK-ARROW-PIN
dongjoon-hyun wants to merge 3 commits intoapache:masterfrom
dongjoon-hyun:SPARK-ARROW-PIN
Conversation
2 tasks
Member
Author
|
cc @HyukjinKwon . This is an alternative to pin Apache Arrow version. |
dongjoon-hyun
commented
Jul 27, 2020
| # This environment variable works around to test SparkR against a higher version. | ||
| R_REMOTES_NO_ERRORS_FROM_WARNINGS: true | ||
| # AppVeyor doesn't have python3 yet | ||
| PYSPARK_PYTHON: python |
Member
Author
There was a problem hiding this comment.
I piggy-backed this because I want to make AppVeyor success in this PR.
dongjoon-hyun
added a commit
that referenced
this pull request
Jul 27, 2020
### What changes were proposed in this pull request? Currently, `GitHub Action` is broken due to `SparkR UT failure` from new Apache Arrow 1.0.0.  This PR aims to update R code according to Apache Arrow 1.0.0 recommendation to pass R unit tests. An alternative is pinning Apache Arrow version at 0.17.1 and I also created a PR to compare with this. - #29251 ### Why are the changes needed? - Apache Spark 3.1 supports Apache Arrow 0.15.1+. - Apache Arrow released 1.0.0 a few days ago and this causes GitHub Action SparkR test failures due to warnings. - https://github.com/apache/spark/commits/master ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? - [x] Pass the Jenkins (#29252 (comment)) - [x] Pass the GitHub (https://github.com/apache/spark/runs/912656867) Closes #29252 from dongjoon-hyun/SPARK-ARROW. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
Member
Author
|
This is closed in favor of #29252 |
|
Test build #126591 has finished for PR 29251 at commit
|
|
Test build #126592 has finished for PR 29251 at commit
|
|
Test build #126596 has finished for PR 29251 at commit
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
This PR aims to recover
GitHub ActionSparkR tests by pinning Apache Arrow to 0.17.1.Why are the changes needed?
Does this PR introduce any user-facing change?
No.
How was this patch tested?
Pass the GitHub Action.